home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / gui / precog2_1.lha / Precognition2_1 / src / src.lha / Library / HSliderClass.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-06  |  385 b   |  18 lines

  1. /* ==========================================================================
  2. **
  3. **                         HSliderClass.h
  4. ** ©1991 WILLISoft
  5. **
  6. ** ==========================================================================
  7. */
  8.  
  9. #ifndef HSLIDERCLASS_H
  10. #define HSLIDERCLASS_H
  11.  
  12. #include "HSlider.h"
  13. #include "SliderClass.h"
  14.  
  15. struct PositionerClass *HSliderClass __PARMS(( void ));
  16.  
  17.  
  18. #endif